Skip to content

chore(deps)(deps): bump @ng-bootstrap/ng-bootstrap from 19.0.1 to 21.0.0 - #17

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ng-bootstrap/ng-bootstrap-21.0.0
Open

chore(deps)(deps): bump @ng-bootstrap/ng-bootstrap from 19.0.1 to 21.0.0#17
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ng-bootstrap/ng-bootstrap-21.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Bumps @ng-bootstrap/ng-bootstrap from 19.0.1 to 21.0.0.

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

21.0.0

21.0.0 (2026-06-22)

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless

21.0.0-rc.0

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless

20.0.0

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

... (truncated)

Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

21.0.0 (2026-06-22)

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless

20.0.0 (2025-12-12)

This release bumps minimum required versions to Angular 21.0.0

Features

This release includes component entry points. This allows applications importing ng-bootstrap to speed up their build and have a slightly smaller bundle.

For example, you can use the ng-bootstrap pagination component like this:

import { NgbPagination } from '@ng-bootstrap/ng-bootstrap/pagination';
@​Component({
template: <ngb-pagination [collectionSize]="50" />,
imports: [NgbPagination]
})
export class MyComponent {}

Please note that this is not a breaking change, you will still be able to import everything from the main entrypoint.

Regarding Zoneless support

ng-bootstrap demo has been using Zoneless Change Detection since version 17.0.1
If you have any issue using ng-bootstrap in a zoneless app, please open a bug and we will patch ng-bootstrap 20

Miscellaneous

  • Updated all links of the demo website from angular.io to their corresponding one on angular.dev
  • Updated all demo codes to use the standalone components instead of modules
  • Moved unit tests to vitest
  • Stackblitzes now run on zoneless
  • Fixed stackblitz links for popover / tooltip custom target examples
Commits
  • e29d14d docs: update package.json version and CHANGELOG for 21.0.0
  • a3d44d9 demo: add v20 in history
  • 5cf643e docs: update README and getting-started doc to v21
  • 0f2f694 chore: leftover migration from Injectable to Services (#4918)
  • 4d3b451 chore: enforce npmMinimalAgeGate of 2 days (#4916)
  • 42900c8 fix(rating): skip flaky rating unit on firefox
  • de7ad97 chore: bump playwright to 1.61.0
  • c6618d2 docs: release 21.0.0-rc.0
  • e0046a5 fix(schematics): cannot run ng-add (#4915)
  • 499a074 demo: prefer using signals in most demos (#4914)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) from 19.0.1 to 21.0.0.
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@19.0.1...21.0.0)

---
updated-dependencies:
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: angular, deps. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants